hasContentFillMode

abstract fun hasContentFillMode(block: DesignBlock): Boolean

Deprecated

Use supportsContentFillMode instead.

Replace with

this.supportsContentFillMode(block)

Query if the given block has a content fill mode.

Return

true if the block has a content fill mode, false otherwise.

Parameters

block

the block to query.